Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.poll.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.poll.core.types">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="schema">

    <schema name="poll" src="schemas/poll.xsd"
      prefix="poll" />

  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">

    <doctype name="Poll" extends="Document">
      <schema name="common" />
      <schema name="dublincore" />
      <schema name="poll" />
      <schema name="uid" />
    </doctype>

  </extension>

</component>